3.9.19 \(\int \frac {1}{x^7 \sqrt {a+b x^4}} \, dx\) [819]

Optimal. Leaf size=44 \[ -\frac {\sqrt {a+b x^4}}{6 a x^6}+\frac {b \sqrt {a+b x^4}}{3 a^2 x^2} \]

[Out]

-1/6*(b*x^4+a)^(1/2)/a/x^6+1/3*b*(b*x^4+a)^(1/2)/a^2/x^2

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 44, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.133, Rules used = {277, 270} \begin {gather*} \frac {b \sqrt {a+b x^4}}{3 a^2 x^2}-\frac {\sqrt {a+b x^4}}{6 a x^6} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[1/(x^7*Sqrt[a + b*x^4]),x]

[Out]

-1/6*Sqrt[a + b*x^4]/(a*x^6) + (b*Sqrt[a + b*x^4])/(3*a^2*x^2)

Rule 270

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(c*x)^(m + 1)*((a + b*x^n)^(p + 1)/(a*
c*(m + 1))), x] /; FreeQ[{a, b, c, m, n, p}, x] && EqQ[(m + 1)/n + p + 1, 0] && NeQ[m, -1]

Rule 277

Int[(x_)^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[x^(m + 1)*((a + b*x^n)^(p + 1)/(a*(m + 1))), x]
 - Dist[b*((m + n*(p + 1) + 1)/(a*(m + 1))), Int[x^(m + n)*(a + b*x^n)^p, x], x] /; FreeQ[{a, b, m, n, p}, x]
&& ILtQ[Simplify[(m + 1)/n + p + 1], 0] && NeQ[m, -1]

Rubi steps

\begin {align*} \int \frac {1}{x^7 \sqrt {a+b x^4}} \, dx &=-\frac {\sqrt {a+b x^4}}{6 a x^6}-\frac {(2 b) \int \frac {1}{x^3 \sqrt {a+b x^4}} \, dx}{3 a}\\ &=-\frac {\sqrt {a+b x^4}}{6 a x^6}+\frac {b \sqrt {a+b x^4}}{3 a^2 x^2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.15, size = 31, normalized size = 0.70 \begin {gather*} \frac {\sqrt {a+b x^4} \left (-a+2 b x^4\right )}{6 a^2 x^6} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[1/(x^7*Sqrt[a + b*x^4]),x]

[Out]

(Sqrt[a + b*x^4]*(-a + 2*b*x^4))/(6*a^2*x^6)

________________________________________________________________________________________

Maple [A]
time = 0.14, size = 26, normalized size = 0.59

method result size
gosper \(-\frac {\sqrt {b \,x^{4}+a}\, \left (-2 b \,x^{4}+a \right )}{6 a^{2} x^{6}}\) \(26\)
default \(-\frac {\sqrt {b \,x^{4}+a}\, \left (-2 b \,x^{4}+a \right )}{6 a^{2} x^{6}}\) \(26\)
trager \(-\frac {\sqrt {b \,x^{4}+a}\, \left (-2 b \,x^{4}+a \right )}{6 a^{2} x^{6}}\) \(26\)
risch \(-\frac {\sqrt {b \,x^{4}+a}\, \left (-2 b \,x^{4}+a \right )}{6 a^{2} x^{6}}\) \(26\)
elliptic \(-\frac {\sqrt {b \,x^{4}+a}\, \left (-2 b \,x^{4}+a \right )}{6 a^{2} x^{6}}\) \(26\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/x^7/(b*x^4+a)^(1/2),x,method=_RETURNVERBOSE)

[Out]

-1/6*(b*x^4+a)^(1/2)*(-2*b*x^4+a)/a^2/x^6

________________________________________________________________________________________

Maxima [A]
time = 0.30, size = 35, normalized size = 0.80 \begin {gather*} \frac {\frac {3 \, \sqrt {b x^{4} + a} b}{x^{2}} - \frac {{\left (b x^{4} + a\right )}^{\frac {3}{2}}}{x^{6}}}{6 \, a^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^7/(b*x^4+a)^(1/2),x, algorithm="maxima")

[Out]

1/6*(3*sqrt(b*x^4 + a)*b/x^2 - (b*x^4 + a)^(3/2)/x^6)/a^2

________________________________________________________________________________________

Fricas [A]
time = 0.35, size = 27, normalized size = 0.61 \begin {gather*} \frac {{\left (2 \, b x^{4} - a\right )} \sqrt {b x^{4} + a}}{6 \, a^{2} x^{6}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^7/(b*x^4+a)^(1/2),x, algorithm="fricas")

[Out]

1/6*(2*b*x^4 - a)*sqrt(b*x^4 + a)/(a^2*x^6)

________________________________________________________________________________________

Sympy [A]
time = 0.48, size = 44, normalized size = 1.00 \begin {gather*} - \frac {\sqrt {b} \sqrt {\frac {a}{b x^{4}} + 1}}{6 a x^{4}} + \frac {b^{\frac {3}{2}} \sqrt {\frac {a}{b x^{4}} + 1}}{3 a^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x**7/(b*x**4+a)**(1/2),x)

[Out]

-sqrt(b)*sqrt(a/(b*x**4) + 1)/(6*a*x**4) + b**(3/2)*sqrt(a/(b*x**4) + 1)/(3*a**2)

________________________________________________________________________________________

Giac [A]
time = 1.78, size = 59, normalized size = 1.34 \begin {gather*} \frac {2 \, {\left (3 \, {\left (\sqrt {b} x^{2} - \sqrt {b x^{4} + a}\right )}^{2} - a\right )} b^{\frac {3}{2}}}{3 \, {\left ({\left (\sqrt {b} x^{2} - \sqrt {b x^{4} + a}\right )}^{2} - a\right )}^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^7/(b*x^4+a)^(1/2),x, algorithm="giac")

[Out]

2/3*(3*(sqrt(b)*x^2 - sqrt(b*x^4 + a))^2 - a)*b^(3/2)/((sqrt(b)*x^2 - sqrt(b*x^4 + a))^2 - a)^3

________________________________________________________________________________________

Mupad [B]
time = 1.19, size = 25, normalized size = 0.57 \begin {gather*} -\frac {\sqrt {b\,x^4+a}\,\left (a-2\,b\,x^4\right )}{6\,a^2\,x^6} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(x^7*(a + b*x^4)^(1/2)),x)

[Out]

-((a + b*x^4)^(1/2)*(a - 2*b*x^4))/(6*a^2*x^6)

________________________________________________________________________________________